home *** CD-ROM | disk | FTP | other *** search
/ Shareware Direct / Shareware Direct.iso / contact / vmsys27.zip / VBACKUP.BAT < prev    next >
DOS Batch File  |  1989-12-07  |  665b  |  21 lines

  1. echo off
  2. cls
  3. echo.
  4. echo This batch file VBACKUP.BAT file will compress the data files
  5. echo using the PKZIP program distributed by PKWARE.  You must have
  6. echo access to PKZIP and PKUNZIP or you must modify this batch file
  7. echo in order to backup your data files.
  8. pause
  9. echo.
  10. echo Archiving Vehicle Management Database files ... standby
  11. pkzip -es -a vmsys.zip vmsys.dt vmsys.hdr vmsys.nx0 repair.dt repair.nx0
  12. pkzip -es -a vmsys.zip repair.nx1 miles.dt miles.nx0 gas.dt gas.nx0
  13. echo.
  14. echo.
  15. echo Place Formatted floppy in drive A and 
  16. pause
  17. echo Copying VMSYS.ZIP to Drive A
  18. copy vmsys.zip a:
  19. echo.
  20. echo Label the floppy and store in a safe place
  21.